送信

CompanyEnrich

@Zeynep Serra Avan

CompanyEnrich is a B2B data API suite that gives AI agents and platforms real-time access to 30M+ companies and 170M+ people profiles with enrichment, semantic search, lookalikes, tech stacks, and reverse email in one suite.
概要

What is CompanyEnrich?

CompanyEnrich is a B2B data API and MCP server that gives AI agents real-time access to 30M+ companies and 170M+ people profiles, sourced from the public web, maps, social, and government records.

How to use CompanyEnrich?

Sign up at companyenrich.com for an API key (free tier, 500 credits), then plug the MCP server into your agent or call the REST API directly.

Key features of CompanyEnrich?

  • Company enrichment by domain, name, or social profile, 60+ data points
  • Semantic company search with natural-language queries
  • AI-powered lookalikes and similar-company discovery
  • Reverse email lookup
  • Native MCP server endpoints, built for agents
  • 900M+ raw records, validated and refreshed regularly

Use cases of CompanyEnrich?

  • Powering AI agents with company data, semantic search, and lookalikes over MCP
  • Real-time CRM and platform enrichment
  • Sales and GTM automations on hard-to-find company and people data

FAQ from CompanyEnrich?

How much does it cost?

Simple, transparent pricing starting at $49/mo. Free to start with 500 credits.

What's it built on?

A single API suite covering enrichment, search, lookalikes, tech stacks, and reverse email, backed by a database of 30M+ companies and 170M+ profiles.

サーバー設定

{
  "mcpServers": {
    "companyenrich": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.companyenrich.com/sse",
        "--header",
        "Authorization: Bearer${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer <YOUR TOKEN>"
      }
    }
  }
}
- MCP Server